Micron Document
🎖️GitЯра🎖️


Displaying Raw • Download

core/common/src/commonMain/kotlin/org/meshtastic/core/common/di/KoinQualifiers.kt fix/robolectric-native-sqlite-flake (db65a65e) Text, 1.38 KB

T8b949e/*
* Copyright (c) 2026 Meshtastic LLC
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* the Free Software Foundation, either version 3 of the License, or
* (at your option) any later version.
*
* This program is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU General Public License for more details.
*
* You should have received a copy of the GNU General Public License
* along with this program. If not, see <https://www.gnu.org/licenses/>.
*/
Tff7b72package T7ee787org.meshtastic.core.common.di

T8b949e// The two bindings that cannot be told apart by type: `Lifecycle` is an abstract class, so it cannot be wrapped by
T8b949e// delegation, and the flavor flag is a `Boolean`. Everything else uses a distinct type instead of a qualifier — see
T8b949e// [ServiceScope]. Reference the constant, since a misspelled literal resolves to nothing and fails at runtime.

T8b949e/** `androidx.lifecycle.Lifecycle` of the whole process, not of any single Activity. */
Tff7b72const Tff7b72val Te6edf3PROCESS_LIFECYCLE Tff7b72= Ta5d6ff"Ta5d6ffProcessLifecycleTa5d6ff"

T8b949e/** Whether Google Play services are present — `true` in the google flavor, `false` in fdroid. */
Tff7b72const Tff7b72val Te6edf3GOOGLE_SERVICES_AVAILABLE Tff7b72= Ta5d6ff"Ta5d6ffgoogleServicesAvailableTa5d6ff"

Served by rngit 1.5.0 - Generated in 0.04s